Resource Path: /api/variable
Uri: http://doc.jamsscheduler.com/api/variable
Description
Update the Variable object.
Request
The request body is of type Variable.
A Models.Variable object
Overview
|
Variable
|
currentLength : integer
|
|
dataType : string
|
|
description : string
|
|
lastChangedBy : string
|
|
lastChangeUTC : string
|
|
parentFolderId : integer
|
|
parentFolderName : string
|
|
value : string
|
|
variableId : integer
|
|
variableName : string
|
|
qualifiedName : string
|
|
encryptionId : integer
|
|
encryptionFlag : boolean
|
|
|
|
identifier : string
|
|
inherited : boolean
|
|
flags : string
|
|
accessList : Array[string]
|
|
|
|
Response
The response body is of type string.
OK
See Also